home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / wwii.dir / 00025_Script_25 < prev    next >
Text File  |  1994-11-29  |  255b  |  12 lines

  1. on exitFrame
  2.   set the cursor of sprite 3 to 0
  3.   set the cursor of sprite 4 to 0
  4.   set the cursor of sprite 20 to 0
  5.   set the cursor of sprite 23 to 0
  6.   updateStage
  7.   go to frame "MTVWall" of movie "advwall"
  8. end
  9.  
  10. on enterFrame
  11.   updateStage
  12. end